home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / UPDAT630 / MD2PASS.TXT < prev    next >
Text File  |  1997-01-04  |  1KB  |  40 lines

  1. MD2 Password support for WinPack
  2. --------------------------------
  3. MD2PASS.EXE provides a way of sending an MD2 password to a BBS from a
  4. WinPack script file.
  5.  
  6. Installation
  7. ------------
  8. 1. Put MD2PASS.EXE, MD2PASS.CFG and G4IDEMD2.DLL in the
  9.    WINPACK\SCRIPTS\PROGRAMS directory.
  10.  
  11. 2. Edit MD2PASS.CFG and put in it your MD2 password string and some
  12.    text from the prompt the BBS sends when it asks you for the
  13.    password. IT MUST be text from the line that actually contains the
  14.    password challenge, my example should make it obvious what to do.
  15.  
  16. 3. Edit the BBS.TXT script file, exactly what it needs to contain
  17.    depends on your connection path to the BBS, but it wants to be
  18.    something like this:-
  19.  
  20.    SEND C $BBS
  21.    WAITCON
  22.    RUN MD2PASS
  23.    WAITPROMPT
  24.  
  25.    If you usually get a very fast connect to the BBS, you may not need
  26.    the WAITCON.
  27.  
  28. 4. Give it a try by using the F2 key in WinPack. You should see
  29.    "RUNNING MD2PASS" appear in the Script status window, and, when the
  30.    BBS sends the password challenge, it should send back the correct
  31.    response to the BBS. If it doesn't send a response at all, check the
  32.    prompt line in MD2PASS.CFG. If it sends the wrong response, then the
  33.    password string you have put in MD2PASS.CFG is probably not the same
  34.    as the one you have registered with the BBS.
  35.  
  36.  
  37. Roger Barker, G4IDE
  38. January 97
  39.  
  40.